E-Tech Timer / E-Tech Timer / E-Tech Timer.vbprojon commit add archived files (d846247)
   1<?xml version="1.0" encoding="utf-8"?>
   2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
   3  <PropertyGroup>
   4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
   5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
   6    <ProductVersion>8.0.50727</ProductVersion>
   7    <SchemaVersion>2.0</SchemaVersion>
   8    <ProjectGuid>{F4BD91E6-9332-42D2-B93F-09C1CE8EF548}</ProjectGuid>
   9    <OutputType>WinExe</OutputType>
  10    <StartupObject>E_Tech_Timer.My.MyApplication</StartupObject>
  11    <RootNamespace>E_Tech_Timer</RootNamespace>
  12    <AssemblyName>E-Tech Timer</AssemblyName>
  13    <MyType>WindowsForms</MyType>
  14    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  15    <FileUpgradeFlags>
  16    </FileUpgradeFlags>
  17    <OldToolsVersion>2.0</OldToolsVersion>
  18    <UpgradeBackupLocation />
  19    <IsWebBootstrapper>false</IsWebBootstrapper>
  20    <TargetFrameworkProfile>
  21    </TargetFrameworkProfile>
  22    <PublishUrl>D:\Documents\E-Tech Timer 5.0 Beta\</PublishUrl>
  23    <Install>true</Install>
  24    <InstallFrom>Disk</InstallFrom>
  25    <UpdateEnabled>false</UpdateEnabled>
  26    <UpdateMode>Foreground</UpdateMode>
  27    <UpdateInterval>7</UpdateInterval>
  28    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  29    <UpdatePeriodically>false</UpdatePeriodically>
  30    <UpdateRequired>false</UpdateRequired>
  31    <MapFileExtensions>true</MapFileExtensions>
  32    <SupportUrl>http://etechtimer.codeplex.com/documentation</SupportUrl>
  33    <ProductName>E-Tech Timer</ProductName>
  34    <PublisherName>E-Tech Software</PublisherName>
  35    <WebPage>publish.htm</WebPage>
  36    <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
  37    <ApplicationRevision>1</ApplicationRevision>
  38    <ApplicationVersion>5.0.0.1</ApplicationVersion>
  39    <UseApplicationTrust>false</UseApplicationTrust>
  40    <CreateDesktopShortcut>true</CreateDesktopShortcut>
  41    <PublishWizardCompleted>true</PublishWizardCompleted>
  42    <BootstrapperEnabled>true</BootstrapperEnabled>
  43  </PropertyGroup>
  44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  45    <DebugSymbols>true</DebugSymbols>
  46    <DebugType>full</DebugType>
  47    <DefineDebug>true</DefineDebug>
  48    <DefineTrace>true</DefineTrace>
  49    <OutputPath>bin\Debug\</OutputPath>
  50    <DocumentationFile>
  51    </DocumentationFile>
  52    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  53    <PlatformTarget>x86</PlatformTarget>
  54    <CodeAnalysisRuleSet>BasicDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>
  55    <Prefer32Bit>false</Prefer32Bit>
  56  </PropertyGroup>
  57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  58    <DebugType>pdbonly</DebugType>
  59    <DefineDebug>false</DefineDebug>
  60    <DefineTrace>true</DefineTrace>
  61    <Optimize>true</Optimize>
  62    <OutputPath>bin\Release\</OutputPath>
  63    <DocumentationFile>
  64    </DocumentationFile>
  65    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
  66    <Prefer32Bit>false</Prefer32Bit>
  67  </PropertyGroup>
  68  <PropertyGroup>
  69    <OptionExplicit>On</OptionExplicit>
  70  </PropertyGroup>
  71  <PropertyGroup>
  72    <OptionCompare>Binary</OptionCompare>
  73  </PropertyGroup>
  74  <PropertyGroup>
  75    <OptionStrict>Off</OptionStrict>
  76  </PropertyGroup>
  77  <PropertyGroup>
  78    <OptionInfer>On</OptionInfer>
  79  </PropertyGroup>
  80  <PropertyGroup>
  81    <ManifestCertificateThumbprint>44DA383CED76BBC08AEC6E3D3390870F8B692C74</ManifestCertificateThumbprint>
  82  </PropertyGroup>
  83  <PropertyGroup>
  84    <ManifestKeyFile>E-Tech Timer_TemporaryKey.pfx</ManifestKeyFile>
  85  </PropertyGroup>
  86  <PropertyGroup>
  87    <GenerateManifests>true</GenerateManifests>
  88  </PropertyGroup>
  89  <PropertyGroup>
  90    <SignManifests>true</SignManifests>
  91  </PropertyGroup>
  92  <PropertyGroup>
  93    <ApplicationIcon>logo.ico</ApplicationIcon>
  94  </PropertyGroup>
  95  <PropertyGroup>
  96    <TargetZone>LocalIntranet</TargetZone>
  97  </PropertyGroup>
  98  <PropertyGroup>
  99    <ApplicationManifest>My Project\app.manifest</ApplicationManifest>
 100  </PropertyGroup>
 101  <PropertyGroup>
 102    <SignAssembly>false</SignAssembly>
 103  </PropertyGroup>
 104  <ItemGroup>
 105    <Reference Include="ComponentFactory.Krypton.Toolkit, Version=4.4.0.0, Culture=neutral, PublicKeyToken=a87e673e9ecb6e8e, processorArchitecture=MSIL">
 106      <SpecificVersion>False</SpecificVersion>
 107      <Private>False</Private>
 108    </Reference>
 109    <Reference Include="System" />
 110    <Reference Include="System.Drawing" />
 111    <Reference Include="System.Windows.Forms" />
 112  </ItemGroup>
 113  <ItemGroup>
 114    <Import Include="Microsoft.VisualBasic" />
 115    <Import Include="System" />
 116    <Import Include="System.Collections" />
 117    <Import Include="System.Collections.Generic" />
 118    <Import Include="System.Drawing" />
 119    <Import Include="System.Diagnostics" />
 120    <Import Include="System.Windows.Forms" />
 121  </ItemGroup>
 122  <ItemGroup>
 123    <Compile Include="ApplicationEvents.vb" />
 124    <Compile Include="countdown.Designer.vb">
 125      <DependentUpon>countdown.vb</DependentUpon>
 126    </Compile>
 127    <Compile Include="countdown.vb">
 128      <SubType>Form</SubType>
 129    </Compile>
 130    <Compile Include="My Project\Settings.Designer.vb">
 131      <AutoGen>True</AutoGen>
 132      <DesignTimeSharedInput>True</DesignTimeSharedInput>
 133      <DependentUpon>Settings.settings</DependentUpon>
 134    </Compile>
 135    <Compile Include="renameCountdown.Designer.vb">
 136      <DependentUpon>renameCountdown.vb</DependentUpon>
 137    </Compile>
 138    <Compile Include="renameCountdown.vb">
 139      <SubType>Form</SubType>
 140    </Compile>
 141    <Compile Include="renameStopwatch.Designer.vb">
 142      <DependentUpon>renameStopwatch.vb</DependentUpon>
 143    </Compile>
 144    <Compile Include="renameStopwatch.vb">
 145      <SubType>Form</SubType>
 146    </Compile>
 147    <Compile Include="splashForm.Designer.vb">
 148      <DependentUpon>splashForm.vb</DependentUpon>
 149    </Compile>
 150    <Compile Include="splashForm.vb">
 151      <SubType>Form</SubType>
 152    </Compile>
 153    <Compile Include="stopwatch.Designer.vb">
 154      <DependentUpon>stopwatch.vb</DependentUpon>
 155    </Compile>
 156    <Compile Include="stopwatch.vb">
 157      <SubType>Form</SubType>
 158    </Compile>
 159    <Compile Include="My Project\AssemblyInfo.vb" />
 160    <Compile Include="My Project\Application.Designer.vb">
 161      <AutoGen>True</AutoGen>
 162      <DependentUpon>Application.myapp</DependentUpon>
 163    </Compile>
 164    <Compile Include="My Project\Resources.Designer.vb">
 165      <AutoGen>True</AutoGen>
 166      <DesignTime>True</DesignTime>
 167      <DependentUpon>Resources.resx</DependentUpon>
 168    </Compile>
 169    <Compile Include="settings.Designer.vb">
 170      <DependentUpon>settings.vb</DependentUpon>
 171    </Compile>
 172    <Compile Include="settings.vb">
 173      <SubType>Form</SubType>
 174    </Compile>
 175  </ItemGroup>
 176  <ItemGroup>
 177    <EmbeddedResource Include="countdown.af-ZA.resx">
 178      <DependentUpon>countdown.vb</DependentUpon>
 179    </EmbeddedResource>
 180    <EmbeddedResource Include="countdown.resx">
 181      <DependentUpon>countdown.vb</DependentUpon>
 182    </EmbeddedResource>
 183    <EmbeddedResource Include="renameCountdown.resx">
 184      <DependentUpon>renameCountdown.vb</DependentUpon>
 185    </EmbeddedResource>
 186    <EmbeddedResource Include="renameStopwatch.resx">
 187      <DependentUpon>renameStopwatch.vb</DependentUpon>
 188    </EmbeddedResource>
 189    <EmbeddedResource Include="splashForm.resx">
 190      <DependentUpon>splashForm.vb</DependentUpon>
 191    </EmbeddedResource>
 192    <EmbeddedResource Include="stopwatch.resx">
 193      <DependentUpon>stopwatch.vb</DependentUpon>
 194      <SubType>Designer</SubType>
 195    </EmbeddedResource>
 196    <EmbeddedResource Include="My Project\licenses.licx" />
 197    <EmbeddedResource Include="My Project\Resources.resx">
 198      <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
 199      <LastGenOutput>Resources.Designer.vb</LastGenOutput>
 200      <CustomToolNamespace>My.Resources</CustomToolNamespace>
 201      <SubType>Designer</SubType>
 202    </EmbeddedResource>
 203    <EmbeddedResource Include="settings.resx">
 204      <DependentUpon>settings.vb</DependentUpon>
 205    </EmbeddedResource>
 206  </ItemGroup>
 207  <ItemGroup>
 208    <None Include="app.config" />
 209    <None Include="E-Tech Timer_TemporaryKey.pfx" />
 210    <None Include="My Project\app.manifest">
 211      <SubType>Designer</SubType>
 212    </None>
 213    <None Include="My Project\Application.myapp">
 214      <Generator>MyApplicationCodeGenerator</Generator>
 215      <LastGenOutput>Application.Designer.vb</LastGenOutput>
 216    </None>
 217    <None Include="My Project\Settings.settings">
 218      <Generator>SettingsSingleFileGenerator</Generator>
 219      <CustomToolNamespace>My</CustomToolNamespace>
 220      <LastGenOutput>Settings.Designer.vb</LastGenOutput>
 221    </None>
 222  </ItemGroup>
 223  <ItemGroup>
 224    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 225      <Visible>False</Visible>
 226      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 227      <Install>false</Install>
 228    </BootstrapperPackage>
 229    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 230      <Visible>False</Visible>
 231      <ProductName>.NET Framework 3.5 SP1</ProductName>
 232      <Install>false</Install>
 233    </BootstrapperPackage>
 234  </ItemGroup>
 235  <ItemGroup>
 236    <None Include="tinkle.wav" />
 237    <None Include="morning.wav" />
 238    <Content Include="blue-clock-icon.png" />
 239    <EmbeddedResource Include="Resources\horn.wav" />
 240    <None Include="horn.wav" />
 241    <Content Include="logo.ico" />
 242    <EmbeddedResource Include="Resources\morning.wav" />
 243    <EmbeddedResource Include="Resources\tinkle.wav" />
 244  </ItemGroup>
 245  <ItemGroup>
 246    <PublishFile Include="af-ZA\E-Tech Timer.resources">
 247      <Visible>False</Visible>
 248      <Group>
 249      </Group>
 250      <TargetPath>
 251      </TargetPath>
 252      <PublishState>Exclude</PublishState>
 253      <IncludeHash>True</IncludeHash>
 254      <FileType>Satellite</FileType>
 255    </PublishFile>
 256    <PublishFile Include="ComponentFactory.Krypton.Toolkit">
 257      <Visible>False</Visible>
 258      <Group>
 259      </Group>
 260      <TargetPath>
 261      </TargetPath>
 262      <PublishState>Exclude</PublishState>
 263      <IncludeHash>True</IncludeHash>
 264      <FileType>Assembly</FileType>
 265    </PublishFile>
 266  </ItemGroup>
 267  <ItemGroup>
 268    <Folder Include="bin\Debug\" />
 269  </ItemGroup>
 270  <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
 271  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 272       Other similar extension points exist, see Microsoft.Common.targets.
 273  <Target Name="BeforeBuild">
 274  </Target>
 275  <Target Name="AfterBuild">
 276  </Target>
 277  -->
 278</Project>